home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / testvb.zip / README.TXT < prev    next >
Text File  |  1995-11-02  |  721b  |  31 lines

  1. This is a real quick sample that I threw together to illustrate
  2. how to call a DLL from VB. Not only can you call a DLL but the
  3. same DLL can be made from the Borland, MS or Symantec compilers.
  4.  
  5. The versions used were:
  6.  
  7. Borland C++ 4.02
  8. MS Visual C++ 1.51
  9. Symantec C++ 7.2
  10.  
  11.  
  12. The way the example works is simple. Included you'll find an exe,
  13. TESTVB.EXE. This runs the program. Then I have included a DLL from
  14. each of the compilers:
  15.  
  16. TESTBOR.DLL - Borland
  17. TESTMS.DLL - MS
  18. TESTSYM.DLL - Symantec
  19.  
  20. Rename the DLL of your choice to TEST.DLL. TEST.DLL is what TESTVB.EXE
  21. is going to look for.
  22.  
  23. Enjoy.
  24.  
  25. Contact me for more information.
  26.  
  27. Rick Kligman
  28. Golden Gate Software
  29. CIS: 75300,2530
  30. 619-483-8496
  31.